home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / simulato / v2_3_mc6.tz / v2_3_mc6 / testfiles / readme.tst < prev    next >
Text File  |  1994-05-02  |  1KB  |  25 lines

  1.  
  2.             README  Version 2.0
  3.  
  4. This distribution contains a collection of testfiles to exercise both
  5. the asm68k, sim68k and xsim68k software.
  6.  
  7. All of these test files work properly (!).  The programs usually start
  8. at location $1000 with data at location $2000 or $3000 if required.
  9. The user stack and system stack should be set prior to execution.  Many
  10. programs require "samples.asm".
  11.  
  12. For main.asm, hex2bin.asm and  bin2hex.asm, you must assemble them
  13. using the -r directive and then link them into a final program (with
  14. main.o first in the link list).
  15.  
  16. Use of Sim35 will require you to know SIM35 assembly e.g. registers
  17. 0-3, labels start with a $ and end with a :, when labels are used as
  18. operands, the leading $ must be omitted, but the : must be kept.  The
  19. end to end assembly, opcodes are in the source listing (AR=add
  20. register, SR=subtract register, etc.)  The valid label table begins at
  21. $5000.  The sim35 code begins at $3000.  Simulation uses the first four
  22. data registers of the 68000 as r0-r3 of the sim35.  Memory starts at
  23. 3000. dc and ds are supported.
  24.  
  25.